PhD

The LaTeX sources of my Ph.D. thesis
git clone https://esimon.eu/repos/PhD.git
Log | Files | Refs | README | LICENSE

multir plate.tex (852B)


      1 \begin{tikzpicture}
      2 	\node[pdiag latent]                   (z) {\(\symup{z}\)};
      3 	\node[pdiag observed, left=6mm of z]  (x) {\(\symup{x}\)};
      4 	\node[pdiag observed, right=6mm of z] (y) {\(\symup{y}\)};
      5 
      6 	\draw (z) -- (y) node[midway, pdiag factor] {};
      7 	\draw (z) -- (x) node[midway, pdiag factor] {};
      8 
      9 	\coordinate (p1lspace) at ($(y.south) + (0,-4mm)$);
     10 	\node[pdiag plate, fit=(y) (p1lspace)] (p1) {};
     11 	\node[anchor=south west] at (p1.south west) {\(\relationSet\)};
     12 
     13 	\coordinate (p2lspace) at ($(z.south) + (0,-4mm)$);
     14 	\node[pdiag plate, fit=(z) (x) (p2lspace)] (p2) {};
     15 	\node[anchor=south west] at (p2.south west) {\(\sentenceSet\divslash\entitySet^2\)};
     16 
     17 	\coordinate (p3lspace) at ($(p1.north) + (0,5mm)$);
     18 	\node[pdiag plate, fit=(p1) (p2) (p3lspace)] (p3) {};
     19 	\node[anchor=north west] at (p3.north west) {\(\entitySet^2\)};
     20 \end{tikzpicture}